inspector: Drop the "plus"
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Feb 2019 10:25:15 +0000 (11:25 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Feb 2019 10:25:15 +0000 (11:25 +0100)
From user-visible strings, mostly.

gtk/inspector/css-editor.c
gtk/inspector/general.ui
gtk/inspector/general.ui.h
gtk/inspector/visual.ui
gtk/inspector/visual.ui.h

index 4ec4e71cf9ff288f8a1f523cc4b731fb88f06470..198ff351cbd1858ad6f257984dca557bceb36e24 100644 (file)
@@ -109,7 +109,7 @@ set_initial_text (GtkInspectorCssEditor *ce)
 {
   gchar *initial_text;
   initial_text = g_strconcat ("/*\n",
-                              _("You can type here any CSS rule recognized by GTK+."), "\n",
+                              _("You can type here any CSS rule recognized by GTK."), "\n",
                               _("You can temporarily disable this custom CSS by clicking on the “Pause” button above."), "\n\n",
                               _("Changes are applied instantly and globally, for the whole application."), "\n",
                               "*/\n\n", NULL);
index 7a9ba394d9d6a2100f6b03a582e2235e3d9bf2c8..07f4e130a268073ae13b058cfd8d1a10c4e3b7e2 100644 (file)
@@ -24,7 +24,7 @@
                         <property name="spacing">40</property>
                         <child>
                           <object class="GtkLabel" id="gtk_version_label">
-                            <property name="label" translatable="yes">GTK+ Version</property>
+                            <property name="label" translatable="yes">GTK Version</property>
                             <property name="halign">start</property>
                             <property name="valign">baseline</property>
                             <property name="xalign">0.0</property>
index 73a9e2876f0c9655a18bbbc49bfdbb7bf6efe865..156a0643c84ba7d9d07ea2fc3d165fe14db5d470 100644 (file)
@@ -1,4 +1,4 @@
-N_("GTK+ Version");
+N_("GTK Version");
 N_("GDK Backend");
 N_("Prefix");
 N_("X display");
index 923c9a7527f98cb1d5318ddc39e3dfe46173b5a0..84fb5e73620644e296fbb3f564adfa0027869e47 100644 (file)
@@ -51,7 +51,7 @@
                         <property name="spacing">40</property>
                         <child>
                           <object class="GtkLabel" id="theme_label">
-                            <property name="label" translatable="yes">GTK+ Theme</property>
+                            <property name="label" translatable="yes">GTK Theme</property>
                             <property name="halign">start</property>
                             <property name="valign">baseline</property>
                             <property name="xalign">0.0</property>
index baab2331b4d5dd0d698383ec30b3280b6fc6c81e..227167636173460122faed2a6f0970047a0a2579 100644 (file)
@@ -1,4 +1,4 @@
-N_("GTK+ Theme");
+N_("GTK Theme");
 N_("Dark Variant");
 N_("Cursor Theme");
 N_("Cursor Size");